home *** CD-ROM | disk | FTP | other *** search
/ Clickx 13 / Clickx 13.iso / mac / Utilities / Dialog Studio Lite 1.1.1 / Goodies / Sample Dialogs / List and Popups.scr < prev    next >
Encoding:
Text File  |  2001-03-01  |  914 b   |  12 lines  |  [TEXT/ToyS]

  1. set theDialog to {size:{253, 200}, style:standard palette, closeable:true, name:"List and Popups", default item:9, contents:{¬
  2.     {class:group box, bounds:{66, 39, 241, 99}}, ¬
  3.     {class:pop up, bounds:{134, 50, 223, 67}, value:1, contents:{"Cyan", "Magenta", "Yellow", "Black"}}, ¬
  4.     {class:pop up, bounds:{134, 72, 223, 89}, value:1, contents:{"Red          ", "Green", "Blue"}}, ¬
  5.     {class:static text, bounds:{79, 51, 134, 67}, contents:"Option 1:"}, ¬
  6.     {class:static text, bounds:{79, 73, 134, 89}, contents:"Option 2:"}, ¬
  7.     {class:icon, bounds:{17, 39, 49, 71}, contents:6001}, ¬
  8.     {class:list box, bounds:{67, 108, 242, 150}, value:0, contents:{"Image 1.tif", "Image 2.tif", "Image 3.tif"}}, ¬
  9.     {class:static text, bounds:{64, 14, 164, 30}, contents:"Lists and popups"}, ¬
  10.     {class:push button, bounds:{180, 165, 238, 185}, name:"Done"}}}
  11.  
  12. dd auto dialog theDialog with fonts {name:"Geneva", size:10} with grayscale